name: tests121
run_id: commands[0]
env HOME: /home/jenkins
env LANG: C.UTF-8
env PATH: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests121/bin:/opt/pyenv/bin:/tmp/venv-o4wE/bin:/opt/pyenv/shims:/home/jenkins/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/opt/puppetlabs/bin
env PYTHONHASHSEED: 3545780247
env PIP_DISABLE_PIP_VERSION_CHECK: 1
env PYTHONIOENCODING: utf-8
env USE_ODL_ALT_KARAF_ENV: ./karaf121.env
env USE_ODL_ALT_KARAF_INSTALL_DIR: karaf121
env TOX_ENV_NAME: tests121
env TOX_WORK_DIR: /w/workspace/transportpce-tox-verify-transportpce-master/.tox
env TOX_ENV_DIR: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests121
env VIRTUAL_ENV: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests121
metadata pid: 31561
cwd: /w/workspace/transportpce-tox-verify-transportpce-master/tests
allow: /w/workspace/transportpce-tox-verify-transportpce-master/.tox/tests121/bin/*:launch_tests.sh
cmd: ./launch_tests.sh 1.2.1
exit_code: 1
using environment variables from ./karaf121.env
pytest -q transportpce_tests/1.2.1/test01_portmapping.py
EEEEEEEEEEEEEEEEEEEEE                                                    [100%]
==================================== ERRORS ====================================
_ ERROR at setup of TransportPCEPortMappingTesting.test_01_rdm_device_connection _

cls = <class 'test01_portmapping.TransportPCEPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/1.2.1/test01_portmapping.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCEPortMappingTesting.test_02_rdm_device_connected _

cls = <class 'test01_portmapping.TransportPCEPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/1.2.1/test01_portmapping.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCEPortMappingTesting.test_03_rdm_portmapping_info _

cls = <class 'test01_portmapping.TransportPCEPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/1.2.1/test01_portmapping.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCEPortMappingTesting.test_04_rdm_portmapping_DEG1_TTP_TXRX _

cls = <class 'test01_portmapping.TransportPCEPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/1.2.1/test01_portmapping.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCEPortMappingTesting.test_05_rdm_portmapping_SRG1_PP7_TXRX _

cls = <class 'test01_portmapping.TransportPCEPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/1.2.1/test01_portmapping.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCEPortMappingTesting.test_06_rdm_portmapping_SRG3_PP1_TXRX _

cls = <class 'test01_portmapping.TransportPCEPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/1.2.1/test01_portmapping.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCEPortMappingTesting.test_07_xpdr_device_connection _

cls = <class 'test01_portmapping.TransportPCEPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/1.2.1/test01_portmapping.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCEPortMappingTesting.test_08_xpdr_device_connected _

cls = <class 'test01_portmapping.TransportPCEPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/1.2.1/test01_portmapping.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCEPortMappingTesting.test_09_xpdr_portmapping_info _

cls = <class 'test01_portmapping.TransportPCEPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/1.2.1/test01_portmapping.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCEPortMappingTesting.test_10_xpdr_portmapping_NETWORK1 _

cls = <class 'test01_portmapping.TransportPCEPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/1.2.1/test01_portmapping.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCEPortMappingTesting.test_11_xpdr_portmapping_NETWORK2 _

cls = <class 'test01_portmapping.TransportPCEPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/1.2.1/test01_portmapping.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCEPortMappingTesting.test_12_xpdr_portmapping_CLIENT1 _

cls = <class 'test01_portmapping.TransportPCEPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/1.2.1/test01_portmapping.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCEPortMappingTesting.test_13_xpdr_portmapping_CLIENT2 _

cls = <class 'test01_portmapping.TransportPCEPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/1.2.1/test01_portmapping.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCEPortMappingTesting.test_14_xpdr_portmapping_CLIENT3 _

cls = <class 'test01_portmapping.TransportPCEPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/1.2.1/test01_portmapping.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCEPortMappingTesting.test_15_xpdr_portmapping_CLIENT4 _

cls = <class 'test01_portmapping.TransportPCEPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/1.2.1/test01_portmapping.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCEPortMappingTesting.test_16_xpdr_device_disconnection _

cls = <class 'test01_portmapping.TransportPCEPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/1.2.1/test01_portmapping.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCEPortMappingTesting.test_17_xpdr_device_disconnected _

cls = <class 'test01_portmapping.TransportPCEPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/1.2.1/test01_portmapping.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCEPortMappingTesting.test_18_xpdr_device_not_connected _

cls = <class 'test01_portmapping.TransportPCEPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/1.2.1/test01_portmapping.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCEPortMappingTesting.test_19_rdm_device_disconnection _

cls = <class 'test01_portmapping.TransportPCEPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/1.2.1/test01_portmapping.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCEPortMappingTesting.test_20_rdm_device_disconnected _

cls = <class 'test01_portmapping.TransportPCEPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/1.2.1/test01_portmapping.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
_ ERROR at setup of TransportPCEPortMappingTesting.test_21_rdm_device_not_connected _

cls = <class 'test01_portmapping.TransportPCEPortMappingTesting'>

    @classmethod
    def setUpClass(cls):
>       cls.processes = test_utils.start_tpce()

transportpce_tests/1.2.1/test01_portmapping.py:33: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def start_tpce():
        if 'NO_ODL_STARTUP' in os.environ:
            print('No OpenDaylight instance to start!')
            return []
        print('starting OpenDaylight...')
        if 'USE_LIGHTY' in os.environ and os.environ['USE_LIGHTY'] == 'True':
            process = start_lighty()
            start_msg = LIGHTY_OK_START_MSG
        else:
            process = start_karaf()
            start_msg = KARAF_OK_START_MSG
        if wait_until_log_contains(TPCE_LOG, start_msg, time_to_wait=100):
            print('OpenDaylight started !')
        else:
            print('OpenDaylight failed to start !')
            shutdown_process(process)
            for pid in process_list:
                shutdown_process(pid)
>           sys.exit(1)
E           SystemExit: 1

transportpce_tests/common/test_utils.py:229: SystemExit
---------------------------- Captured stdout setup -----------------------------
starting OpenDaylight...
starting KARAF TransportPCE build...
Pattern not found after 100 seconds! OpenDaylight failed to start !
=========================== short test summary info ============================
ERROR transportpce_tests/1.2.1/test01_portmapping.py::TransportPCEPortMappingTesting::test_01_rdm_device_connection
ERROR transportpce_tests/1.2.1/test01_portmapping.py::TransportPCEPortMappingTesting::test_02_rdm_device_connected
ERROR transportpce_tests/1.2.1/test01_portmapping.py::TransportPCEPortMappingTesting::test_03_rdm_portmapping_info
ERROR transportpce_tests/1.2.1/test01_portmapping.py::TransportPCEPortMappingTesting::test_04_rdm_portmapping_DEG1_TTP_TXRX
ERROR transportpce_tests/1.2.1/test01_portmapping.py::TransportPCEPortMappingTesting::test_05_rdm_portmapping_SRG1_PP7_TXRX
ERROR transportpce_tests/1.2.1/test01_portmapping.py::TransportPCEPortMappingTesting::test_06_rdm_portmapping_SRG3_PP1_TXRX
ERROR transportpce_tests/1.2.1/test01_portmapping.py::TransportPCEPortMappingTesting::test_07_xpdr_device_connection
ERROR transportpce_tests/1.2.1/test01_portmapping.py::TransportPCEPortMappingTesting::test_08_xpdr_device_connected
ERROR transportpce_tests/1.2.1/test01_portmapping.py::TransportPCEPortMappingTesting::test_09_xpdr_portmapping_info
ERROR transportpce_tests/1.2.1/test01_portmapping.py::TransportPCEPortMappingTesting::test_10_xpdr_portmapping_NETWORK1
ERROR transportpce_tests/1.2.1/test01_portmapping.py::TransportPCEPortMappingTesting::test_11_xpdr_portmapping_NETWORK2
ERROR transportpce_tests/1.2.1/test01_portmapping.py::TransportPCEPortMappingTesting::test_12_xpdr_portmapping_CLIENT1
ERROR transportpce_tests/1.2.1/test01_portmapping.py::TransportPCEPortMappingTesting::test_13_xpdr_portmapping_CLIENT2
ERROR transportpce_tests/1.2.1/test01_portmapping.py::TransportPCEPortMappingTesting::test_14_xpdr_portmapping_CLIENT3
ERROR transportpce_tests/1.2.1/test01_portmapping.py::TransportPCEPortMappingTesting::test_15_xpdr_portmapping_CLIENT4
ERROR transportpce_tests/1.2.1/test01_portmapping.py::TransportPCEPortMappingTesting::test_16_xpdr_device_disconnection
ERROR transportpce_tests/1.2.1/test01_portmapping.py::TransportPCEPortMappingTesting::test_17_xpdr_device_disconnected
ERROR transportpce_tests/1.2.1/test01_portmapping.py::TransportPCEPortMappingTesting::test_18_xpdr_device_not_connected
ERROR transportpce_tests/1.2.1/test01_portmapping.py::TransportPCEPortMappingTesting::test_19_rdm_device_disconnection
ERROR transportpce_tests/1.2.1/test01_portmapping.py::TransportPCEPortMappingTesting::test_20_rdm_device_disconnected
ERROR transportpce_tests/1.2.1/test01_portmapping.py::TransportPCEPortMappingTesting::test_21_rdm_device_not_connected
21 errors in 2100.83s (0:35:00)